projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9be5f5
)
set the version of babl to 0.0.7
author
Øyvind Kolås
<ok@src.gnome.org>
Mon, 16 Oct 2006 23:42:46 +0000
(23:42 +0000)
committer
Øyvind Kolås
<ok@src.gnome.org>
Mon, 16 Oct 2006 23:42:46 +0000
(23:42 +0000)
* configure.ac: set the version of babl to 0.0.7
ChangeLog
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index c4dd96d16dc4764edd1de76f9ec82c5a86d21efe..dee3b19c43ff7fd98f5980ebf937f8bf0caa2ab7 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2006-08-31 Øyvind Kolås <pippin@gimp.org>
+
+ * configure.ac: set the version of babl to 0.0.7
+
2006-08-31 Øyvind Kolås <pippin@gimp.org>
* configure.ac: set the version of babl to 0.0.6
diff --git
a/configure.ac
b/configure.ac
index 6a92017c2f7cb9eaaedb07b22a9b16ed9928dc93..96aada1fd32290efe7639d54cfeb5a6b7fce1304 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2,7
+2,7
@@
AC_PREREQ(2.54)
m4_define([babl_major_version], 0)
m4_define([babl_minor_version], 0)
-m4_define([babl_micro_version],
6
)
+m4_define([babl_micro_version],
7
)
AC_INIT(babl, babl_major_version.babl_minor_version.babl_micro_version)
AC_CONFIG_SRCDIR(babl/babl.h)